C1.Maui.Grid Assembly / C1.Maui.Grid Namespace / GridRowColCollection<T> Class / OnCollectionChanged Method
The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.
In This Topic
OnCollectionChanged Method (GridRowColCollection<T>)
In This Topic
Raises the CollectionChanged event.
Syntax
protected virtual new void OnCollectionChanged( 
   NotifyCollectionChangedEventArgs e
)

Parameters

e
The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.
See Also